home *** CD-ROM | disk | FTP | other *** search
/ The Original Shareware 1.1 / The Original Shareware (WeMake CDs)(Volume 1.1)(CDs, Inc)(1993).iso / 5 / pcgldoc.zip / PCGL.DOC next >
Text File  |  1985-07-29  |  38KB  |  1,302 lines

  1.      
  2.  
  3.  
  4.  
  5.  
  6.  
  7.                        PC - GENERAL LEDGER     
  8.  
  9.  
  10.  
  11.                       USER SUPPORTED SOFTWARE
  12.  
  13.  
  14.  
  15. This program is being distributed under the `FREEWARE' concept
  16. developed by Andrew Fluegelman. The idea is that an individual
  17. or a company using a program and finding it of value will
  18. compensate the author by voluntarily sending him a nominal fee.
  19.  
  20. You are encouraged to copy this program and give it to others
  21. who may have a use for it. The only restriction is that you do
  22. not change any of the code and that you do not charge anything
  23. for the programs.
  24.  
  25. If you are using this program and find that it has value, your
  26. contribution of $50 would be appreciated.
  27.  
  28. Upon receipt of your contribution, you will be become a
  29. registered owner of PC - GENERAL LEDGER. This will entitle you
  30. to a copy of the most recent manual, telephone support, and all
  31. updates and enhancements as they become available.
  32.  
  33. We can customize this program to your existing chart of accounts
  34. numbering system (as long as you are not using alphabetic
  35. characters) for an additional $100.
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.                            Gerry Fricke
  54.                          CHARTER SOFTWARE
  55.                             P.O. Box 70
  56.                        Monticello, IL 61856
  57.                            217-762-7143
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74.  
  75.  
  76.  
  77.                       PC - GENERAL LEDGER
  78.  
  79.  
  80.  
  81.                        TABLE OF CONTENTS
  82.  
  83.  
  84.                                                       Page
  85.  
  86. Getting Started                                         1
  87.  
  88. Initialization                                          2
  89.  
  90. Introduction                                            3
  91.  
  92. Summary                                                 4
  93.  
  94. Data Entry                                              5
  95.  
  96. Chart of Accounts                                       6
  97.   Add new account                                       6
  98.   Delete account                                        7
  99.   Change account name                                   7
  100.   Print chart of accounts                               7
  101.  
  102. Enter Transactions                                      8
  103.   Cash receipts                                         9
  104.   Check stubs                                          11
  105.   Journal entries                                      11
  106.  
  107. Write Checks                                           12
  108.  
  109. Transaction Register Printouts                         13
  110.  
  111. Trial Balance Print-out                                14
  112.  
  113. Financial Statements                                   15
  114.  
  115. Month or Year End Close                                15
  116.  
  117. Utilities and Maintenance                              16  
  118.  
  119. Vendor Maintenance                                     17
  120.  
  121. Create a DIF file for Lotus 1-2-3                      18
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.  
  134.  
  135.  
  136.  
  137.                                                           Page 1
  138.  
  139.  
  140.                         GETTING STARTED
  141.  
  142.  
  143. PC - GENERAL LEDGER requires either two double sided floppy
  144. disks or a hard disk system. It will run under either DOS 1.1,
  145. DOS 2.0 or DOS 2.1. The programs will run on the Compaq and
  146. other IBM compatible computers. If you are using a floppy
  147. system the programs are on drive A and the data disk is put in
  148. drive B. The disk for drive B should not have DOS on it so that
  149. maximum space is available.
  150.  
  151. The first thing to do is to format a disk and put your operating
  152. system on it. Then, transfer everything on the disk you received
  153. to the working disk that you created. The following files and
  154. programs are necessary to make PC - GENERAL LEDGER function
  155. properly and must be on the `A' disk or the hard drive.
  156.  
  157.                      GLCTRL.FIL
  158.                      GLMENU.EXE
  159.                      GLCHART.EXE
  160.                      GLENTRY.EXE
  161.                      GLCHECKS.EXE
  162.                      GLTRIAL.EXE
  163.                      GLSTATE.EXE
  164.  
  165.  
  166. During the initialization part of the program, the proper files
  167. for the `B' drive are created automatically.
  168.  
  169. Put the disk you received in a safe place in case that something
  170. happens to your working disk and you have to start over.
  171.  
  172. If the disk you received has someone else's general ledger data
  173. already on it, the initialization will remove the data and reset
  174. the files properly.
  175.  
  176. In order to start the program type `GLMENU' at the DOS prompt.
  177. The first thing that you will need to do is to enter the date.
  178.  
  179. All dates are entered as 6 digits such as 060484. The computer
  180. will automatically format it to read 06-04-84.
  181.  
  182. After you have entered the date, the main menu appears:
  183.  
  184.  
  185.               1 = Enter TRANSACTIONS or WRITE CHECKS
  186.               2 = CHART of Accounts or VENDOR Maintenance
  187.               3 = Print TRIAL BALANCE
  188.               4 = Print TRANSACTION Registers
  189.               5 = Print FINANCIAL Statements
  190.               6 = Month or Year End CLOSE
  191.               7 = DATE Change
  192.               8 = UTILITIES or INITIALIZATION
  193.               9 = Create a 'DIF' for LOTUS
  194.              10 = END of Session
  195.  
  196. Choose option 8 from this menu.
  197.  
  198.  
  199.  
  200.  
  201.  
  202.  
  203.  
  204.  
  205.  
  206.                                                         Page 2
  207.  
  208.  
  209.  
  210.                         INITIALIZATION
  211.  
  212.  
  213.  
  214. The first thing that you will be asked to do is to type in the
  215. name that you want printed on the various reports.
  216.  
  217. After that, you have to tailor the programs to your hardware
  218. system. The next menu looks like this:
  219.  
  220.  
  221.                  MONITOR SELECTION:
  222.                    1 = IBM Monochrome
  223.                    2 = OTHER Monochrome
  224.                    3 = COMPOSITE Color
  225.                    4 = RGB Color
  226.                    5 = Compaq
  227.  
  228.                  DRIVE SELECTION:
  229.                    6 = 320K Floppy disks
  230.                    7 = 360K Floppy disks
  231.                    8 = HARD Drive
  232.  
  233.                    9 = INTITIALIZATION
  234.                   10 = MAIN MENU
  235.  
  236. You will now need to choose which monitor you are using and
  237. which drive system. After making the selections, select option 9
  238. to finish the initialization process. This final process sets up
  239. the necessary accounts and zeros all of the files so that PC -
  240. GENERAL LEDGER will function properly.
  241.  
  242. If you have a floppy disk system you will need to have a
  243. formatted disk (without a system on it) ready for drive B.
  244.  
  245. The procedure is very simple and the instructions on the screen
  246. will take you through the necessary steps. You will only need to
  247. identify which account number and name will be used for the
  248. account that you make your cash deposits to and the account
  249. number and name which you write checks on. They can be either
  250. the same account or different ones.
  251.  
  252. The program automatically assigns account number 3999 to
  253. Retained Earnings. You cannot change that number but are free
  254. to change the description.
  255.  
  256. After the initialization is complete, you will be taken back to
  257. the Main Menu and you are ready to use PC - GENERAL LEDGER.
  258.  
  259.  
  260.  
  261.  
  262.  
  263.  
  264.  
  265.  
  266.  
  267.  
  268.  
  269.  
  270.  
  271.                                                        Page 3
  272.  
  273.  
  274.                          INTRODUCTION
  275.  
  276.  
  277.  
  278. This program was written by a financial executive with over 25
  279. years of experience in all areas of accounting, finance, taxes,
  280. and general management. The program has all of the controls
  281. necessary to make sure that everything is kept in balance and
  282. that a complete audit trail always exists.
  283.  
  284. This manual and the programs assume that you have a working
  285. knowledge of bookeeping, know the difference between debits and
  286. credits and know how to prepare and post entries.
  287.  
  288. Charter Software's PC - GENERAL LEDGER is easy to use and we
  289. have done our best to see that you can't get into trouble.
  290. However, we can't detect typing errors such as `10.00' when you
  291. mean `100.00' or `espense' when you mean `expense'.
  292.  
  293. The programs do provide two important safeguards:
  294.  
  295.      1. All entries must balance. You will not be able to post
  296.         an entry that does not.
  297.  
  298.      2. There is a complete audit trail. Amounts cannot be
  299.         posted to the general ledger until the details have been
  300.         printed out to the printer.
  301.  
  302. The general ledger system consist of seven working segments:
  303.  
  304.  
  305. CHART OF ACCOUNTS
  306. This enables you to add new accounts to the general ledger and
  307. change the name of an existing account or delete an account.
  308.  
  309.  
  310. ENTER TRANSACTIONS
  311. This is the main part of the general ledger package. You can
  312. make entries into the cash receipts journal or the general
  313. journal. You can either print checks on the printer or post
  314. check stubs to the check register.
  315.  
  316.  
  317. PRINT REGISTERS
  318. This part of the program enables you to print out the entries
  319. that you have made. After printing out the entries, the trial
  320. balance and general ledger can be updated.
  321.  
  322.  
  323. TRIAL BALANCE
  324. This will print out the beginning balance, all monthly entries,
  325. and the ending balance for each account.
  326.  
  327.  
  328.  
  329.  
  330.  
  331.  
  332.  
  333.  
  334.                                                           Page 4
  335.  
  336.  
  337.  
  338. FINANCIAL STATEMENTS
  339. This enables you to print out the balance sheet and profit and
  340. loss statement with month and year to date totals.
  341.  
  342.  
  343. MONTH AND YEAR END CLOSE
  344. This lets you close the books at month and year end in order to
  345. start the next accounting period.
  346.  
  347.  
  348. UTILITIES AND INITIALIZATION
  349. Allows you to configure the programs to your particular
  350. hardware and/or initialize all of the general ledger files.
  351.  
  352.  
  353. DIF FILES FOR LOTUS
  354. You can create files that can be read by Lotus 1-2-3. These
  355. files can contain the account number, account name, month and
  356. year to date balance for various accounts. The files created are
  357. 'DIF' files which Lotus can convert to 'WKS' files which it can
  358. then bring into its spreadsheet.
  359.  
  360. If you wish you can print checks on your printer using pre-
  361. printed customized check forms. The checks are available from
  362. Colwell Systems, Inc., 201 Kenyon Road, Champaign, IL 61820. The
  363. checks are catalog number 9045 and should be ordered without pre
  364. printed check numbers since the program prints the check number
  365. on the check form.
  366.  
  367.  
  368.  
  369.                               SUMMARY
  370.  
  371. - Daily entries show up on the screen as you make them.
  372.  
  373. - All entries are saved on disk until you print them out and
  374.   update the general ledger.
  375.  
  376. - When you update the general ledger, the entries are then
  377.   posted to the trial balance.
  378.  
  379. - Once entries have been made to the trial balance, you can
  380.   print out the trial balance and financial statements.
  381.  
  382. - The month end close clears the files for the next month's
  383.   entries.
  384.  
  385. - You can transfer to data to a DIF file which can be read by
  386.   Lotus and certain other spreadsheets.
  387.  
  388. - The program maintains a 'vendor' file. This means that you can
  389.   automatically print names and addresses on checks.
  390.  
  391. There is nothing sacred about a 'month'. You can close your
  392. books weekly, quarterly, or annually. This manual assumes that
  393. you are using a monthly system, but the programs will work with
  394. any accounting period.
  395.  
  396.  
  397.  
  398.  
  399.                                                       Page 5
  400.  
  401.  
  402.                         DATA ENTRY
  403.  
  404. The program will accept individual entries up to 9,999,999.99
  405. and print values up to 99,999,999.99 and supports both upper and
  406. lower case.
  407.  
  408. Whenever the computer is waiting for you to type something, the
  409. cursor will be blinking at the first dot in a row of dots. The
  410. number of dots indicates the maximum number of characters
  411. allowed for your input.
  412.  
  413. When typing numbers, do not have to put in the decimal point
  414. if it is a round dollar amount. For instance, if you type 10 for
  415. 10 dollars, the program will automatically format and display it
  416. as 10.00. Entering 9.5 will result in 9.50. This can save a lot
  417. of keystrokes. Do not type commas when entering numbers. The
  418. program, however, will automatically put them in.
  419.  
  420. If you are entering a negative number, you can put the minus
  421. sign either before or after the number.
  422.  
  423. Messages about what to enter or how to enter it are normally at
  424. the bottom of the screen. When in doubt, look for that message
  425. line.
  426.  
  427. If you hear a `tone', you have probably typed something wrong
  428. and the message at the bottom of the screen will tell you what
  429. to do next.
  430.  
  431. This is always an `escape route' if you make a mistake. Pressing
  432. `ENTER' or `ESC' will normally take you back to a point where
  433. you can recover and start again. Before any significant item
  434. gets entered or changed, you will get a chance to change your
  435. mind.
  436.  
  437. If you are using a floppy disk system, the bottom of the screen
  438. will show the approximate amount of disk space used on your data
  439. disk based on the size of the floppy disks you indicated in the
  440. hardware configuration.
  441.  
  442. If you are using the IBM monochrome monitor, some words should
  443. be highlighted. If not, adjust the two knobs on the monitor. If
  444. you are using a color monitor, some words will be in color.
  445.  
  446.                         IMPORTANT
  447.  
  448. Make sure that you back up your working disks on a regular
  449. basis. If you are using a floppy disk system, it's extremely
  450. important that you back up both the A and B disks at the same
  451. time since they are inter-related. 
  452.  
  453.                            ERRORS
  454.  
  455. If you run into a programming error (which is not likely), the
  456. screen will clear and you will get a message telling you the
  457. error number and the program line in which it occurred. Error
  458. numbers are listed in your BASIC manual with explanations.
  459. Please let us know if you run into any errors and the
  460. circumstances.
  461.  
  462.  
  463.  
  464.  
  465.  
  466.  
  467.                                                           Page 6
  468.  
  469.  
  470.                        CHART OF ACCOUNTS
  471.  
  472. The chart of accounts numbering system has been pre-set as shown
  473. below. You are limited to 500 different account numbers. You can
  474. allocate them between the various categories such as assets,
  475. liabilities, income, etc. however you wish. The chart of
  476. accounts maintenance menu looks like this:
  477.  
  478.                         MAINTENANCE
  479.                
  480.                   CHART OF ACCOUNTS:
  481.                      1 = Add NEW Account
  482.                      2 = DELETE Account
  483.                      3 = CHANGE Account Name
  484.                      4 = PRINT Chart of Accounts
  485.  
  486.                   OTHER:
  487.                      5 = VENDOR Maintenance
  488.  
  489.  
  490.       Note: See page 17 for Vendor Maintenance.                  
  491.  
  492.  
  493.  
  494.                          ADD NEW ACCOUNT
  495.  
  496. The screen for adding new accounts is shown below:
  497.  
  498.                         
  499.  
  500.   Account Number ....        Description .......................
  501.  
  502.  
  503.                1000-1499 Current Asset
  504.                1500-1799 Fixed Asset
  505.                1800-1999 Other Asset
  506.                2000-2499 Current Liability
  507.                2500-2999 Long Term Liability
  508.                3000-3999 Capital
  509.                4000-4999 Income
  510.                5000-5999 Cost of Sales
  511.                6000-6999 Expenses
  512.                7000-7999 Other Income/Expense
  513.  
  514.  
  515. After you enter a new account number, the program checks whether
  516. or not the number has already been used. If not, the type of
  517. account is highlighted at the bottom of the screen and you can
  518. then type in the name of the new account. After that, type `A'
  519. to accept or `T' to try again. When you are finished adding
  520. accounts, pressing `ENTER' takes you back to the menu.
  521.  
  522. You can also add new accounts as you make entries. If you type
  523. in the number of an account that is not on file, you will get
  524. the opportunity to add the account at that time. The screen that
  525. you will see is the same as above.
  526.  
  527.  
  528.  
  529.  
  530.  
  531.  
  532.  
  533.  
  534.                                                        Page 7
  535.  
  536.  
  537.                                                        
  538.                          DELETE ACCOUNT
  539.  
  540. This option enables you get rid of an account you are no longer
  541. using. In order to safeguard the system, you can only delete an
  542. account when:
  543.  
  544.      - The month and year to date balances for that account are
  545.        zero.                          
  546.                            and
  547.  
  548.      - You have closed the books for the month.
  549.  
  550.                            and
  551.  
  552.      - You have not made any entries to any account in the new
  553.        month.
  554.  
  555.  
  556. When you type in the account number the program checks the
  557. above. If all the conditions are met, the program then displays
  558. the account name and asks you confirm that you want to make the
  559. deletion. Type `D' to delete the account or `N' for no delete.
  560.  
  561.  
  562.  
  563.                      CHANGE ACCOUNT NAME
  564.  
  565. This option lets you change the name of the account in order to
  566. better describe it or to correct spelling errors.
  567.  
  568.  
  569.  
  570.                      PRINT CHART OF ACCOUNTS
  571.  
  572. You can display the current chart of accounts on the screen or
  573. print them on the printer for easy reference. The print out
  574. shows the account number, description and type of account
  575. (asset, liability, etc.)
  576.  
  577.  
  578.  
  579.  
  580.  
  581.  
  582.  
  583.  
  584.  
  585.  
  586.  
  587.  
  588.  
  589.  
  590.  
  591.  
  592.  
  593.  
  594.  
  595.  
  596.  
  597.  
  598.  
  599.  
  600.                                                           Page 8
  601.  
  602.  
  603.                      ENTER TRANSACTIONS
  604.  
  605. The procedure for entering transactions is essentially the same
  606. whether you are doing cash receipts, posting check stubs or
  607. journal entries. There are only minor differences in the screen
  608. layout and how data is entered.
  609.  
  610. If you are using the program to print checks, you will provide
  611. the program with the necessary information such as date, check
  612. number, payee, etc. The program will then ask you to provide the
  613. necessary accounting information in order to automatically post
  614. the entry. Entering the accounting data is done in the same
  615. manner whether you are posting from check stubs or actually
  616. printing checks.
  617.  
  618. Each accounting  entry is a two step process. First you type in
  619. the `header' information such as date, description, etc. The
  620. second part is entering account numbers and amounts. If you make
  621. a mistake there is a simple procedure to correct or change an
  622. entry so that you do not have to start over.
  623.  
  624. You can have up to 15 different accounts in a single entry.
  625.  
  626. Near the bottom of the screen is the `Entry Balance' figure.
  627. This is updated after every amount is entered and shows how much
  628. the entry is `out of balance' at that point.
  629.  
  630. Until you are familiar with the program, the key to making
  631. entries is to keep an eye on the message line at the bottom of
  632. the screen. It will prompt you as to what is expected next.
  633.  
  634. The menu for the transaction program is shown below. You can
  635. choose to enter cash receipts, checks written, journal
  636. entries, or write checks.
  637.  
  638.  
  639.  
  640.                    ENTER TRANSACTIONS:
  641.                      1 = CASH Receipts
  642.                      2 = Enter CHECK STUBS
  643.                      3 = JOURNAL Entries
  644.                      4 = WRITE CHECKS
  645.  
  646.  
  647.  
  648.  
  649.  
  650.  
  651.  
  652.  
  653.  
  654.  
  655.  
  656.  
  657.  
  658.  
  659.  
  660.  
  661.  
  662.  
  663.  
  664.                                                         Page 9
  665.  
  666.                                                       
  667.                        CASH RECEIPTS
  668.  
  669. The screen layout for cash receipts looks like this:
  670.  
  671.                        POST CASH RECEIPTS            Last Cash:
  672.  
  673. Date ......     Description ................        Ref:.......
  674.  
  675.      Line       Acct      Account Title                   Amount
  676.  
  677.  
  678.  
  679.  
  680.  
  681.  
  682.  
  683.                                                     -----------        
  684. Cash Balance:                       Entry Balance
  685.  
  686.  
  687. TYPE CASH RECEIPTS DATE (MMDDYY)  `ENTER' FOR TODAY'S DATE
  688.                      `ESC' WHEN DONE
  689.  
  690. The program assumes that you have already made a deposit and are
  691. entering an accounting summary of that deposit.
  692.  
  693. If your cash receipts and cash disbursements are run through the
  694. same account number, your present cash balance is in the lower
  695. left hand corner of the screen. It is automatically updated
  696. every time you make an entry to that account. It is possible for this
  697. figure to be incorrect the first month you use the program.
  698. However, it is automatically reset to the general ledger balance
  699. at each month end close.
  700.  
  701. For reference purposes, the last cash receipts date that you
  702. posted is in the upper right hand corner of the screen.
  703.  
  704. You can type in the date or press `ENTER' and the date you
  705. entered on start up will be automatically displayed.
  706.  
  707. You can type any description you want to describe the entry. You
  708. also have an eight character reference field if you need it.
  709. Pressing `ENTER' at either place will create a blank description
  710. or reference and move you to the next field. Whatever
  711. information that you type into the header will show on the
  712. registers when you print them out.
  713.  
  714. After the reference field, type `A' to accept the header or `T'
  715. to try again. Once you have accepted the header, it is time to
  716. enter account numbers and amounts. The entry can be up to 15
  717. lines.
  718.  
  719. The cash account number and description is automatically put on
  720. line 1 and cursor is waiting in the amount column. (Remember,
  721. you do not have to enter the decimal point if it is a whole
  722. dollar amount). After you type in the amount, it is formatted
  723. and displayed and the `Entry Balance' amount is updated.
  724.  
  725.  
  726.  
  727.  
  728.                                                         Page 10
  729.  
  730.  
  731. Then line by line, you finish the accounting distribution. First
  732. you enter either the account number or up to four letters of the
  733. account name. If you enter the account number, the program will
  734. automatically display the account description.
  735.  
  736. If you type `RENT' the program will search for the first account
  737. having `RENT' in the description and display the account number
  738. and account description. If you are looking for `RENT EXPENSE'
  739. and the first account with `RENT' is `RENTAL INCOME', the
  740. program will display that one first. However, pressing `ENTER'
  741. again will find the next account with `RENT' in it. You can
  742. continue to press `ENTER' until you find the right account or
  743. reach the end of the account number file.
  744.  
  745. If you type in an account number and that account is not on
  746. file, the program will ask you whether you want to add that
  747. number to the file. The following message will appear at the
  748. bottom of the screen:
  749.  
  750.     NUMBER NOT ON FILE.   TYPE 'A' TO ADD    'T' TO TRY AGAIN
  751.  
  752. If you want to add that number to the chart of accounts, type
  753. 'A' and you will see the same screen that is used to set up new
  754. accounts in the Chart of Accounts section of the program. All
  755. you need to do is type in the description of the account and you
  756. will be taken back to where you were in the entry. The new
  757. account has been set up and will be there.
  758.  
  759. Once you have the proper account, the next step is to enter the
  760. amount. If it is a simple two line entry, pressing `ENTER' will
  761. automatically display the offsetting amount from line 1.
  762. Otherwise, you will have to type in the amount. As you enter
  763. amounts line by line, the `Entry Balance' amount will be
  764. updated. When that amount is zero, the entry is in balance and
  765. the following message is at the bottom of the screen:
  766.  
  767.          TYPE `A' TO ACCEPT     (`ENTER' TO MAKE CHANGES)
  768.  
  769. If you type `A' the entry is recorded on disk, the data is
  770. cleared from the screen, and you are ready for the next entry.
  771. (At that point, if you are done with cash receipts, pressing
  772. `ESC' will take you the menu.)
  773.  
  774. If you need to make changes to the entry you were working on and
  775. pressed `ENTER' instead of `A', then you have the opportunity to
  776. change any of the lines in the entry or to add additional lines.
  777. This saves having to re-do the entire entry. The program will
  778. ask you for the line number to be changed. That line will be
  779. erased and you then enter a new account number and amount. You
  780. can continue in this manner until you have the changes made and
  781. the entry balances. At that point, type `A' to accept and move
  782. on to the next entry. 
  783.  
  784.  
  785.  
  786.  
  787.  
  788.  
  789.  
  790.  
  791.  
  792.  
  793.                                                         Page 11
  794.  
  795.  
  796.                        ENTER CHECK STUBS
  797.  
  798. This section of the program enables you post from check stubs if
  799. you are not using the program to actually print checks.
  800. Transactions are posted here in the same manner as cash receipts
  801. with minor exceptions. The header is different in that it calls
  802. for a `check number' instead of a `reference'.
  803.  
  804. The program will automatically put in the next check number
  805. (based on the last check number shown in the upper right hand
  806. corner of the screen) if you press `ENTER' in the Check Number
  807. field.
  808.  
  809. Line 1 of the posting section is automatically displayed with
  810. the cash account number and description. Enter the amount of the
  811. check as a debit instead of a credit. The program will
  812. automatically format and display it is as negative.
  813.  
  814. Again, after getting the proper account on line 2, pressing
  815. `ENTER' when you are in the amount column will automatically put
  816. in the offsetting amount for line 1.
  817.  
  818.  
  819.  
  820.  
  821.  
  822.                      JOURNAL ENTRIES
  823.  
  824. Again, the procedure is essentially the same as cash receipts or
  825. checks written with minor changes in the header. No account
  826. number or description is automatically displayed on the line 1.
  827.  
  828.  
  829.  
  830.  
  831.  
  832.  
  833.  
  834.  
  835.  
  836.  
  837.  
  838.  
  839.  
  840.  
  841.  
  842.  
  843.  
  844.  
  845.  
  846.  
  847.  
  848.  
  849.  
  850.  
  851.  
  852.  
  853.  
  854.  
  855.  
  856.  
  857.                                                         Page 12
  858.  
  859.  
  860.                           WRITE CHECKS
  861.  
  862.  
  863. Using this option enables you to print checks on the computer
  864. instead of writing them by hand and then making an entry for
  865. the check stubs. You can mix check stub entries and actual check
  866. printing without causing any problems.
  867.  
  868. The program provides for the opportunity of using a vendor file
  869. for names and addresses of people you write checks to on a
  870. regular basis. You can have up to 100 vendor names and addresses
  871. on file at any one time.
  872.  
  873. When you choose the 'Write Checks' option you will be asked
  874. whether you want to use the vendor file or not. If you choose
  875. not to, you will have to type in the name and address of every
  876. check you write.
  877.  
  878. If you choose the vendor file option, you have two advantages.
  879. The name and address can be pulled from the vendor file by
  880. typing a few letters of the name. For instance, if you have ABC
  881. Contracting Corporation in the file, you can bring up their name
  882. and address by typing 'ABC'. If you also have a company called
  883. ABC Sanitation Service Co., all you have to do is type 'N' and
  884. the program will find the next match to 'ABC'. 
  885.  
  886. If the name you type is not on file, you will be given the
  887. opportunity to add it to the file automatically for use the next
  888. time. You also have the option of just typing in the name and 
  889. address and not adding it to the file.
  890.  
  891. The program puts a picture of a blank check on the screen and
  892. all you have to do is `fill in the blanks'. By pressing `ENTER'
  893. at the date, the `system' date will be entered. Pressing `ENTER'
  894. at the check number will automatically insert the next check
  895. number.
  896.  
  897. If you are using the same account number for receipts and
  898. disbursements, your present bank balance is shown on the left
  899. above the check outline. (See page 9 for more details)
  900.  
  901. After entering the payee, amount, and address, you can put a
  902. message on the check stub by typing something on the `For' line.
  903.  
  904. After completing the check form and typing `A' to accept, the
  905. screen will change so that you can enter the various accounts
  906. and amounts in order to complete the entry. This segment is the
  907. same whether you are entering check stubs or actually entering
  908. checks to be printed.
  909.  
  910. The program saves all of the checks to be printed so you can
  911. print them all at once.
  912.  
  913. You can print a test check to make sure that the check forms are
  914. lined up properly prior to printing the actual checks.
  915.  
  916.  
  917.  
  918.  
  919.  
  920.  
  921.  
  922.                                                          Page 13
  923.  
  924.  
  925.  
  926.                 TRANSACTION REGISTER PRINTOUTS
  927.  
  928.  
  929. As you make each entry during the course of the month it is
  930. added to one of the three registers (cash, check or journal
  931. entry). You can print out any of one of these registers at any
  932. time in order to check out your work or to make copies for your
  933. files.
  934.  
  935. After a print-out is finished, the following message is at the
  936. top of the screen:
  937.  
  938. TYPE `U' TO UPDATE TRIAL BALANCE AND GENERAL LEDGER AND CLOSE
  939. THIS REGISTER  (`ENTER' TO EXIT).
  940.  
  941. If you press `U' all of the entries for that register will
  942. posted to the trial balance and the general ledger. At the
  943. bottom of the print-out a message will print indicating that the
  944. posting has taken place. The register will then be erased from
  945. the disk.
  946.  
  947. You have to decide whether to close the register and update the
  948. general ledger at the end of any register print-out.
  949.  
  950.  
  951. CONSIDERATIONS
  952.  
  953. 1. Financial Statements - The trial balance, profit and loss
  954.    statement, and balance sheet will only be updated when the
  955.    register is closed out.
  956.  
  957. 2. Printed Reports - Closing a register several times during
  958.    the month will mean having your check register, for instance,
  959.    on several pieces of paper rather than on one print-out.
  960.    Closing the register only at month end makes the print-out
  961.    a `complete' one.
  962.  
  963. 3. Disk Usage - Closing a register frees up disk space. If your
  964.    disk usage exceeds 90%, you should probably close one or more
  965.    registers to be on the safe side. A month end close also
  966.    frees up space.
  967.  
  968. You can stop any print-out at any time by pressing `ESC'. This
  969. will not affect any of the data in the computer or on the disk.
  970.  
  971.  
  972.  
  973.  
  974.  
  975.  
  976.  
  977.  
  978.  
  979.  
  980.  
  981.  
  982.  
  983.  
  984.  
  985.  
  986.  
  987.                                                         Page 14
  988.  
  989.  
  990.  
  991.                       TRIAL BALANCE PRINT-OUT
  992.  
  993.  
  994.  
  995. You have three options on the trial balance:
  996.  
  997.    1. Print out a complete trial balance
  998.    2. Display or print an individual account.
  999.    3. Print out a 'Short Form' trial balance.
  1000.  
  1001. Note: As indicated before, any entries on a register that is not
  1002. closed out will not be included on the trial balance.
  1003.  
  1004. If any registers are open, you will receive a message to that
  1005. effect before the complete trial balance is printed. You will be
  1006. given an opportunity to close the registers if you wish to do
  1007. so.
  1008.  
  1009. The complete trial balance prints the number of the account, its
  1010. name, the balance at the beginning of the month, all entries
  1011. posted to that account during the month, and the ending balance.
  1012. For profit and loss accounts, the year to date ending balance is
  1013. shown also.
  1014.  
  1015. The print-out can be stopped at any time by pressing `ESC'. (If
  1016. you are using a print spooler, the printing may not stop until
  1017. the spooler is empty)
  1018.  
  1019. The final line on the complete print-out shows a `proof' amount.
  1020. It should show `zero'. However, the BASIC language that was
  1021. used in writing this program will not always do its math
  1022. properly. Any errors that occur are normally less than a penny.
  1023. The point to remember is that if the trial balance and/or
  1024. financial statements are off by a penny or two, it was not
  1025. caused by your entries. It is the fault of the programming
  1026. language and you should not be concerned about it.
  1027.  
  1028. You can also look at individual accounts. In this instance, you
  1029. will be given the choice of displaying the account on the screen
  1030. or printing it on the printer.
  1031.  
  1032. You can also print out a short form trial balance. This lists
  1033. the account name, account number, month to date balance, and
  1034. year to date balance. No detailed entries are shown.
  1035.  
  1036.  
  1037.  
  1038.  
  1039.  
  1040.  
  1041.  
  1042.  
  1043.  
  1044.  
  1045.  
  1046.  
  1047.  
  1048.  
  1049.  
  1050.  
  1051.  
  1052.  
  1053.                                                         Page 15
  1054.  
  1055.  
  1056.  
  1057.  
  1058.                       FINANCIAL STATEMENTS
  1059.  
  1060.  
  1061. The balance sheet or profit and loss statement can be printed
  1062. out at any time. It will not include entries on any register
  1063. that has not been closed out.
  1064.  
  1065. You will have the choice of having accounts with zero balances
  1066. printed or not.
  1067.  
  1068. Again, you can stop the print-out at any time by pressing `ESC'.
  1069.  
  1070.  
  1071.  
  1072.  
  1073.  
  1074.                     MONTH OR YEAR END CLOSE
  1075.  
  1076.  
  1077. When all transactions for the month have been posted and all
  1078. registers closed out, and you have made all print-outs that you
  1079. want, you are ready to close the ledger for the month. You will
  1080. not be able to close out if any one of the three registers is
  1081. still open.
  1082.  
  1083. The month end close returns all of the monthly profit and loss
  1084. balances to zero, updates all of the year to date totals and
  1085. erases the trial balance detail from the disk.
  1086.  
  1087. The year end close is the same except that it also zeros out the
  1088. profit and loss year to date amounts and automatically updates
  1089. retained earnings with the annual profit.
  1090.  
  1091.  
  1092.  
  1093.  
  1094.  
  1095.  
  1096.  
  1097.  
  1098.  
  1099.  
  1100.  
  1101.  
  1102.  
  1103.  
  1104.  
  1105.  
  1106.  
  1107.  
  1108.  
  1109.  
  1110.  
  1111.  
  1112.  
  1113.  
  1114.  
  1115.  
  1116.  
  1117.  
  1118.  
  1119.  
  1120.                                                          Page 16
  1121.  
  1122.  
  1123.  
  1124.                    UTILITIES AND MAINTENANCE 
  1125.  
  1126.  
  1127. You can change the name on your reports at any time by selecting
  1128. option 8 from the main menu.
  1129.  
  1130. After the system is operating you can also change from a floppy
  1131. drive system to a hard drive system if you add a hard drive at a
  1132. later date. Make sure that you copy all of the files from both
  1133. disks to your hard disk before you change your hardware
  1134. configuration in the maintenance section of the program.
  1135.  
  1136. You can also change from a hard disk to a floppy system.
  1137. However, first make sure that you have completed a month end
  1138. close. Copy the files `GLDATA.FIL' and GLVEND.FILE from the hard
  1139. disk to a `B' disk. The files to be transfered to an `A' disk
  1140. (with DOS already on it) are as follows:
  1141.  
  1142.                        GLMENU.EXE
  1143.                        GLCHART.EXE
  1144.                        GLENTRY.EXE
  1145.                        GLTRIAL.EXE
  1146.                        GLCHECKS.EXE
  1147.                        GLSTATE.EXE
  1148.                        GLCTRL.FIL
  1149.                        AUTOEXEC.BAT (if appropriate)
  1150.  
  1151. After you have transferred the files, make sure that you start
  1152. from the new disk in the `A' drive and not from the hard drive
  1153. and then move directly to the maintenance option and make the
  1154. appropriate disk change.
  1155.  
  1156.  
  1157.  
  1158.  
  1159.  
  1160.  
  1161.  
  1162.  
  1163.  
  1164.  
  1165.  
  1166.  
  1167.  
  1168.  
  1169.  
  1170.  
  1171.  
  1172.  
  1173.  
  1174.  
  1175.  
  1176.  
  1177.  
  1178.  
  1179.  
  1180.  
  1181.  
  1182.  
  1183.  
  1184.  
  1185.  
  1186.                                                         Page 17
  1187.  
  1188.  
  1189.  
  1190.                            VENDOR MAINTENANCE
  1191.  
  1192.  
  1193. The program provides a simple and easy way to maintain up to 100
  1194. names and addresses of people you write checks to on a regular
  1195. basis. Choose option 2 from the Main Menu. This will take you to
  1196. the Chart of Accounts and Vendor Maintenance menu. Choose option
  1197. 5 from that menu and you will see the following:
  1198.  
  1199.                          1 = Add NEW Vendor
  1200.                          2 = CHANGE Vendor Data
  1201.                          3 = DELETE Vendor
  1202.                          4 = Print Vendor LISTING
  1203.                          
  1204. No vendor numbers are needed or used. All selections are done by
  1205. typing a few letters of the company name. If there are several
  1206. vendors having similar letter combinations, simply typing a 'N'
  1207. for next will find the next match.
  1208.  
  1209. For instance, typing 'CO' will find the following names:
  1210.  
  1211.                   COLORADO MAGAZINE
  1212.                   ABC COMPANY
  1213.                   INTERCONTINENTAL MOTORS
  1214.  
  1215. If you are adding a new name you will have to type in the name,
  1216. street address, and city, state, and zip. Three lines are
  1217. provided. The screen to add new names looks like this:
  1218.  
  1219.                   Vendor Name:          .....................
  1220.  
  1221.                   Vendor Address:       .....................
  1222.  
  1223.                   Vendor City & State:  .....................
  1224.  
  1225.  
  1226. After filling in the blanks, you will be given an opportunity to
  1227. make any corrections. The name is then added to the file.
  1228.  
  1229. The screens to Change Data and Delete Vendors are identical. You
  1230. locate the one you want by typing a few letters of the name and
  1231. then either make changes or delete the name from the file.
  1232. Deleting names makes space for additional names, up to 100 total
  1233. at any one time.
  1234.  
  1235. You can also add names to the file while you are writing checks.
  1236. See page 12.
  1237.  
  1238. Option 4 will give you an alphabetical listing (either on the
  1239. screen or printer) of all vendors on file.
  1240.  
  1241.  
  1242.  
  1243.  
  1244.  
  1245.  
  1246.  
  1247.  
  1248.  
  1249.  
  1250.                                                       Page 18
  1251.  
  1252.  
  1253.  
  1254.  
  1255.               TRANSFERRING DATA TO LOTUS 1-2-3
  1256.  
  1257.  
  1258. Several spreadsheets, including Lotus 1-2-3 have the ability to
  1259. read 'DIF' files and bring that data into their work area. DIF
  1260. stands for Data Interchange Format. You can create DIF files by
  1261. choosing item 9 from the main menu.
  1262.  
  1263. You can transfer all or some of the following information:
  1264.  
  1265.                        Account Number
  1266.                        Account Name
  1267.                        Month Balance
  1268.                        Year to Date Balance
  1269.  
  1270. The information when read by the spreadsheet will be in column
  1271. form. For instance, you could transfer the account number and
  1272. year to date balance for all accounts to two side by side
  1273. columns in the spreadsheet.
  1274.  
  1275. The program will ask you to identify the information you want to
  1276. transfer. You can select any or all of the above four items and
  1277. in any columnar order.
  1278.  
  1279. You can also select which accounts you want to transfer:
  1280.  
  1281.                                  FILE NAME CREATED
  1282.  
  1283.            All accounts             PCGENALL.DIF
  1284.            Balance Sheet only       PCGENBAL.DIF
  1285.            Income Statement only    PCGENINC.DIF
  1286.  
  1287. The files created by the program will be on the 'A' disk for
  1288. floppy system or in the current directory of a hard disk.
  1289.  
  1290. You will then need to use the COPY command to transfer them to
  1291. your spreadsheet work disk. Consult your spreadsheet manual on
  1292. how to convert a DIF file to one that your spreadsheet can read.
  1293.  
  1294.  
  1295. Note: As of this time, this part of the program has only been
  1296.       tested on Lotus 1-2-3. When using their Translate program
  1297.       use Columnwise vs. Rowwise when that option is presented.
  1298.       
  1299.       Trying the program with other spreadsheets cannot do any
  1300.       harm to the data in PC - GENERAL LEDGER. If you are
  1301.       successful in transferring data to other spreadsheets,
  1302.       please let us know.